home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / dev / c / vbcc.lha / vbcc / targets / ppc-morphos / include / proto / exec.h < prev    next >
C/C++ Source or Header  |  2001-04-28  |  169b  |  9 lines

  1. #ifndef  PROTO_EXEC_H
  2. #define  PROTO_EXEC_H
  3.  
  4. #include <exec/types.h>
  5. #include <clib/exec_protos.h>
  6. #include <clib/alib_protos.h>
  7. extern struct ExecBase *SysBase;
  8. #endif
  9.